Expansion by Dehuman
DCS-BIOS by [FSF]Ian
This expansion requires the SwitchMatrix library by Agoston Diamont
	download it from https://github.com/dagoston93/SwitchMatrix
	
	
**Install Instructions**
	extract "dcs-bios-arduino-library-master" to your arduino library folder.
	extract "DCS" to your saved games folder.
If you have prior modifications to either the "Switches.h" or "control-reference.js" files then copy paste manually. You are an advanced user I don't need to explain this to you.


**Arduino sketch instructions**
add "swPanel.Scan();" to your loop.
Modify the SwitchMatrix.h file to define the size and pins of you matrix.

**Hints**
Resolution for analog inputs is typically 1023. See https://www.arduino.cc/reference/en/language/functions/analog-io/analogread/ for further explanation.
"Steps" refers to the total number of steps on the HARDWARE side.
Tweak the result of "Resolution/Steps" manually if required.
Use the #define function to give your buttons and switches memorable names i.e. #define Sw1 0,1 
some may wish to call their definitions from a seperate header file to minimise the clutter in their sketch.
